Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ActionResult<T> Structure
Properties


In This Topic
    ActionResult<T> Structure Members
    In This Topic

    The following tables list the members exposed by ActionResult<T>.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the details category.  
    Public PropertyGets a string value indicating the details information of executing action.  
    Public PropertyGets the corresponding range of the action.  
    Public PropertyGets a value indicating whether the action is executed successful.  
    Public PropertyGets the T value represents the executing result.  
    Top
    Public Operators
    Overloaded. Performs an implicit conversion from ActionResult to System.Boolean.
    Top
    See Also